Use localhost instead of locahost

George Opritescu 9 年之前
父节点
当前提交
d61b96f915
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/models/agents/mqtt_agent.rb

+ 2 - 2
app/models/agents/mqtt_agent.rb

@@ -31,7 +31,7 @@ module Agents
31 31
       Example configuration:
32 32
 
33 33
       <pre><code>{
34
-        'uri' => 'mqtts://user:pass@locahost:8883'
34
+        'uri' => 'mqtts://user:pass@localhost:8883'
35 35
         'ssl' => :TLSv1,
36 36
         'ca_file' => './ca.pem',
37 37
         'cert_file' => './client.crt',
@@ -82,7 +82,7 @@ module Agents
82 82
 
83 83
     def default_options
84 84
       {
85
-        'uri' => 'mqtts://user:pass@locahost:8883',
85
+        'uri' => 'mqtts://user:pass@localhost:8883',
86 86
         'ssl' => :TLSv1,
87 87
         'ca_file'  => './ca.pem',
88 88
         'cert_file' => './client.crt',